SftTree/NET 2.0

CopyStyleEnum Enumeration

Softel vdm, Inc.

Used with the ItemClass.Copy method to define how the item is copied.

Syntax      CopyStyleEnum Enumeration (Softelvdm.SftTreeNET)

VB   

Public Enum CopyStyleEnum

C#   

public enum CopyStyleEnum

C++   

public enum class CopyStyleEnum


Member

Value

Description

BeforeTargetAsSibling

0

The new item is inserted before the target item as the target item's sibling.

AfterTargetAsSibling

1

The new item is inserted after the target item as the target item's sibling.

TargetAsParentInsertFirst

2

The new item is added as the target item's first child item.

TargetAsParentAdd

3

The new item is added as the target item's last child item.

Comments

The CopyStyleEnum enumeration is used with the ItemClass.Copy method to define how the item is copied.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com